home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 2-2.iso / utility / prokal63 / Setup.exe / 0 / RCDATA / TGROUPDLG / TGROUPDLG.txt
Text File  |  1998-08-31  |  5KB  |  201 lines

  1. object GroupDlg: TGroupDlg
  2.   Left = 274
  3.   Top = 117
  4.   HelpContext = 55
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Program Manager Group Installation'
  8.   ClientHeight = 371
  9.   ClientWidth = 317
  10.   Color = clSilver
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = [fsBold]
  16.   FormStyle = fsStayOnTop
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 300
  25.     Height = 317
  26.     Shape = bsFrame
  27.     IsControl = True
  28.   end
  29.   object Label1: TLabel
  30.     Left = 28
  31.     Top = 20
  32.     Width = 142
  33.     Height = 13
  34.     Caption = 'Program Manager Group:'
  35.     Color = clSilver
  36.     ParentColor = False
  37.   end
  38.   object Label2: TLabel
  39.     Left = 28
  40.     Top = 88
  41.     Width = 190
  42.     Height = 13
  43.     Caption = 'Program Manager Command Line:'
  44.     Color = clSilver
  45.     ParentColor = False
  46.   end
  47.   object Label3: TLabel
  48.     Left = 28
  49.     Top = 156
  50.     Width = 95
  51.     Height = 13
  52.     Caption = 'Item description:'
  53.     Color = clSilver
  54.     ParentColor = False
  55.   end
  56.   object OKBtn: TBitBtn
  57.     Left = 142
  58.     Top = 336
  59.     Width = 77
  60.     Height = 27
  61.     HelpContext = 55
  62.     TabOrder = 0
  63.     OnClick = OKBtnClick
  64.     Kind = bkOK
  65.     Margin = 2
  66.     Spacing = -1
  67.     IsControl = True
  68.   end
  69.   object CancelBtn: TBitBtn
  70.     Left = 230
  71.     Top = 336
  72.     Width = 77
  73.     Height = 27
  74.     HelpContext = 55
  75.     TabOrder = 1
  76.     OnClick = CancelBtnClick
  77.     Kind = bkCancel
  78.     Margin = 2
  79.     Spacing = -1
  80.     IsControl = True
  81.   end
  82.   object HelpBtn: TBitBtn
  83.     Left = 54
  84.     Top = 336
  85.     Width = 77
  86.     Height = 27
  87.     HelpContext = 55
  88.     Caption = '&Help'
  89.     TabOrder = 2
  90.     Visible = False
  91.     OnClick = HelpBtnClick
  92.     Glyph.Data = {
  93.       DE010000424DDE01000000000000760000002800000024000000120000000100
  94.       0400000000006801000000000000000000001000000000000000000000000000
  95.       80000080000000808000800000008000800080800000C0C0C000808080000000
  96.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333336633
  97.       3333333333333FF3333333330000333333364463333333333333388F33333333
  98.       00003333333E66433333333333338F38F3333333000033333333E66333333333
  99.       33338FF8F3333333000033333333333333333333333338833333333300003333
  100.       3333446333333333333333FF3333333300003333333666433333333333333888
  101.       F333333300003333333E66433333333333338F38F333333300003333333E6664
  102.       3333333333338F38F3333333000033333333E6664333333333338F338F333333
  103.       0000333333333E6664333333333338F338F3333300003333344333E666433333
  104.       333F338F338F3333000033336664333E664333333388F338F338F33300003333
  105.       E66644466643333338F38FFF8338F333000033333E6666666663333338F33888
  106.       3338F3330000333333EE666666333333338FF33333383333000033333333EEEE
  107.       E333333333388FFFFF8333330000333333333333333333333333388888333333
  108.       0000}
  109.     Margin = 2
  110.     NumGlyphs = 2
  111.     Spacing = -1
  112.     IsControl = True
  113.   end
  114.   object ComboBox1: TComboBox
  115.     Left = 28
  116.     Top = 44
  117.     Width = 257
  118.     Height = 21
  119.     HelpContext = 55
  120.     ItemHeight = 13
  121.     TabOrder = 3
  122.   end
  123.   object Edit1: TEdit
  124.     Left = 28
  125.     Top = 112
  126.     Width = 233
  127.     Height = 20
  128.     HelpContext = 55
  129.     AutoSize = False
  130.     ReadOnly = True
  131.     TabOrder = 4
  132.     Text = 'ProKalc'
  133.   end
  134.   object Memo1: TMemo
  135.     Left = 28
  136.     Top = 212
  137.     Width = 261
  138.     Height = 101
  139.     HelpContext = 55
  140.     Lines.Strings = (
  141.       'SETUP is about to install a new Program '
  142.       'Manager Group and  to install the '
  143.       'necessary program item icons into the '
  144.       'group.  If necessary, you may select an '
  145.       'existing group into which to install the '
  146.       'program icons and you may enter a different '
  147.       'program item description.')
  148.     TabOrder = 5
  149.   end
  150.   object Edit2: TEdit
  151.     Left = 28
  152.     Top = 180
  153.     Width = 233
  154.     Height = 21
  155.     HelpContext = 55
  156.     TabOrder = 6
  157.     Text = 'ProKalc'
  158.   end
  159.   object Edit3: TEdit
  160.     Left = 28
  161.     Top = 68
  162.     Width = 121
  163.     Height = 21
  164.     TabOrder = 7
  165.     Text = 'regform command'
  166.     Visible = False
  167.   end
  168.   object Edit4: TEdit
  169.     Left = 156
  170.     Top = 68
  171.     Width = 121
  172.     Height = 21
  173.     TabOrder = 8
  174.     Text = 'regform desc'
  175.     Visible = False
  176.   end
  177.   object Edit5: TEdit
  178.     Left = 28
  179.     Top = 136
  180.     Width = 121
  181.     Height = 21
  182.     TabOrder = 9
  183.     Text = 'SiteReg command'
  184.     Visible = False
  185.   end
  186.   object Edit6: TEdit
  187.     Left = 156
  188.     Top = 136
  189.     Width = 121
  190.     Height = 21
  191.     TabOrder = 10
  192.     Text = 'SiteReg desc.'
  193.     Visible = False
  194.   end
  195.   object DdeClientConv1: TDdeClientConv
  196.     ServiceApplication = 'Progman'
  197.     Left = 12
  198.     Top = 332
  199.   end
  200. end
  201.